home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
Champak 141
/
(Vol 141) Oct 17 2011.iso
/
Games
/
guitar-geek.swf
/
scripts
/
mx
/
core
/
SoundAsset.as
< prev
Encoding:
Amiga
Atari
Commodore
DOS
FM Towns/JPY
Macintosh
Macintosh JP
Macintosh to JP
NeXTSTEP
RISC OS/Acorn
Shift JIS
UTF-8
Wrap
Text File
|
2011-10-17
|
328 b
|
19 lines
package mx.core
{
import flash.media.Sound;
use namespace mx_internal;
public class SoundAsset extends Sound implements IFlexAsset
{
mx_internal static const VERSION:String = "3.0.0.0";
public function SoundAsset()
{
super();
}
}
}